projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe0db4
)
inspector: Make object property inspection work again
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 Feb 2019 18:41:15 +0000
(13:41 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 13 Feb 2019 18:41:15 +0000
(13:41 -0500)
This was lost when porting to GtkListView.
gtk/inspector/prop-list.c
patch
|
blob
|
history
diff --git
a/gtk/inspector/prop-list.c
b/gtk/inspector/prop-list.c
index 567aa858674785c4921e7bbfdc35430e2ca7f9ab..87aa1d75486f992f117083f46b1ac4d93df5e493 100644
(file)
--- a/
gtk/inspector/prop-list.c
+++ b/
gtk/inspector/prop-list.c
@@
-214,6
+214,7
@@
show_object (GtkInspectorPropEditor *editor,
g_object_set_data_full (G_OBJECT (pl->priv->object_tree), "next-tab", g_strdup (tab), g_free);
gtk_inspector_object_tree_select_object (pl->priv->object_tree, object);
+ gtk_inspector_object_tree_activate_object (pl->priv->object_tree, object);
}
static void